home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.08.4000 < prev    next >
Encoding:
Text File  |  1988-11-20  |  1.6 KB  |  37 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $08
  8. Auxiliary Type:    $4000
  9.  
  10. Full Name:     Packed Apple II Hi-Res Graphics File
  11. Short Name:    Packed Hi-Res File
  12.  
  13. Written by:    Matt Deatherage                                  November 1988
  14.  
  15. Files of this type and auxiliary type contain a packed Apple II Hi-Res 
  16. graphics screen.
  17. _____________________________________________________________________________
  18.  
  19. Files of type $08 and auxiliary type $4000 contain a packed Apple II Hi-Res 
  20. graphics screen which has been packed with the same algorithm that PackBytes 
  21. on the Apple IIGS uses.  This algorithm takes the 8K graphics screen and 
  22. produces a file with an indeterminate length and internal format, so no "mode 
  23. byte" at offset +121 is supported as it is with other files of type $08.
  24.  
  25. You can display a file of this type and auxiliary type by loading it, using 
  26. UnPackBytes to decrypt the data, moving it into a high-resolution display 
  27. buffer ($2000 or $4000 in the standard Apple II memory map), then simply 
  28. toggling the appropriate display soft switches.
  29.  
  30. File type $08 was originally defined as an Apple /// FotoFile, but now it is 
  31. useful for those applications that wish to save high-resolution or double 
  32. high-resolution data with a file type other than $06, which is a standard 
  33. binary file.  If you choose to use this type, you should remember that older 
  34. applications which do not check the auxiliary type may attempt to interpret 
  35. these files incorrectly.
  36.  
  37.